CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 解调 PSK

搜索资源列表

  1. bpsk

    1下载:
  2. 二相相移键控(BPSK)调制解调过程的MATLAB仿真实现。ASK、FSK、PSK这三种数字调制方式在抗干扰噪声能力和信号频谱利用率等方面,以相干PSK的性能最好,目前已在中、高速传输数据时得到广泛应用。-Binary phase shift keying (BPSK) modulation and demodulation process, MATLAB Simulation. ASK, FSK, PSK modulation in the three digital noise interf
  3. 所属分类:matlab

    • 发布日期:2015-03-25
    • 文件大小:22528
    • 提供者:秋田
  1. 16psk

    1下载:
  2. 16PSK调制解调程序,经过仿真,没有问题-16PSK modulation and demodulation process, through simulation, there is no problem
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:834
    • 提供者:mike
  1. FPGA

    0下载:
  2. 基于FPGA的通信系统调制解调,包括理论知识介绍和VHDL程序。包含2ASK ,2FSK,2PSK -FPGA-based modem communication systems, including the introduction of theoretical knowledge and the VHDL program. Contains 2ASK, 2FSK, 2PSK
  3. 所属分类:VHDL编程

    • 发布日期:2014-01-05
    • 文件大小:606869
    • 提供者:songlina
  1. modulation

    0下载:
  2. 通信原理中的数字调制方式与解调,包括了最常用的ask,psk,fsk的调制以及多种解调方式-the modulation and demodulation demo of ask, fsk ,dpsk and psk
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4992
    • 提供者:Yingzhe Li
  1. modeum(ask-fsk-)simulaition

    0下载:
  2. 用MATLAB仿真ask,psk,fsk等调制解调方法的代码,已经运行过了没问题-Modem (ask, psk, fsk) simulation Simulation with MATLAB ask, psk, fsk modulation and demodulation method such as the code
  3. 所属分类:Modem program

    • 发布日期:2017-03-27
    • 文件大小:4982
    • 提供者:kuaizi
  1. ASK-OOK-FSK-BPSK

    0下载:
  2. 二相相移键控(BPSK)是用二进制基带信号(0、1)对载波进行二相调制。BPSK是最简单的PSK形式,相移大小为 180°,又可称为2-PSK。在群点聚集的地方,其实都不是非常有关系,在该图像中,群点分布在水平轴上的0°和180°上。由于BPSK使用严重的失真致使解调器作出错误的判断,所以该调制方式是所有PSK中最强的。但它只能以1bit/symbol调制而不适合高数据率应用情况。 -bpsk modulation
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:63659
    • 提供者:王文洁
  1. simulink

    1下载:
  2. simulink的数字调制解调仿真。以simulink为基础平台,对2ASK、2FSK、2PSK信号的仿真-Digital modulation and demodulation simulink simulation. The simulink-based platform, 2ASK, 2FSK, 2PSK Signal Simulation
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:680953
    • 提供者:方方
  1. psk

    4下载:
  2. 信源产生、信道编码、调制、信道传输、解调、信道译码、差错比较等通信过程的Simulink仿真方法。分析几种调制方式(2FSK、2PSK、QPSK、16PSK、16QAM)在不同信噪比下的通信质量。-Generated source, channel coding, modulation, channel transmission, demodulation, channel decoding, error comparison of the communication process of th
  3. 所属分类:Communication

    • 发布日期:2016-06-15
    • 文件大小:25600
    • 提供者:李敏浩
  1. 2ask-2fsk-2psk

    0下载:
  2. 三种基本调制方式(2ask 2fsk 2psk)的仿真源码 解调方式为相干解调,过程较详细,推荐下载-Three basic modulation (2ask 2fsk 2psk) Demodulation of the simulation source code for the coherent demodulation, the process in more detail, it is recommended to download
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:44521
    • 提供者:xv
  1. code

    2下载:
  2. <基于Verilog HDL的通信系统设计>源码,包含ASK,FSK,PSK,QPSK,PPM等的调制解调-< Verilog HDL-based communication system design> source, including ASK, FSK, PSK, QPSK, PPM and other modem
  3. 所属分类:Communication-Mobile

    • 发布日期:2014-11-06
    • 文件大小:6144
    • 提供者:cjl
  1. PSK

    0下载:
  2. 7.3 二进制相位键控(PSK)调制器与解调器设计-7.3 Binary phase shift keying (PSK) modulator and demodulator design
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-17
    • 文件大小:149036
    • 提供者:Jasen
  1. psk

    0下载:
  2. PSk调制解调的系统,按功能模块划分的,对通信原理的学习有很大帮助-The modulation of PSK
  3. 所属分类:Modem program

    • 发布日期:2017-04-05
    • 文件大小:926194
    • 提供者:John
  1. PSK-without-noise-cases-demodulation

    0下载:
  2. 对数字基带信号在无噪声干扰的情况下采用相干解调方法对2PSK信号无噪声情况下进行解调,具体是通过Matlab6.5集成环境下用M文件调用数字解调函数ddemod编制程序来实现PSK信号的解调。-For digital baseband signal no noise in the coherent demodulation method used to 2 PSK without noise signal of demodulation, specific is through the Matl
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:4850
    • 提供者:李记
  1. PSK-on-gaussian-noise-demodulation

    0下载:
  2. 对数字基带信号在有高斯白噪声干扰的情况下采用相干解调方法对2PSK信号进行解调,具体是通过Matlab6.5集成环境下用M文件调用数字解调函数ddemod编制程序来实现PSK信号的解调。-For digital baseband signal in a gaussian white noise interference coherent demodulation method used to 2 PSK signal demodulation, specific is through the M
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:5577
    • 提供者:李记
  1. psk

    0下载:
  2. psk 模拟中调制与解调过程中的各种图像,对学习很重要的用处。-the psk analog modulation and demodulation process in a variety of image, very important to learn useful.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1238
    • 提供者:谢晓菲
  1. ask-psk-qpsk

    0下载:
  2. ask,psk ,qpsk 调试解调verilog源码,是无线通信fpga设计这本书上的,比较简单的实现方式-ask, psk, qpsk debugging demodulator verilog source, is a wireless communications fpga design of this book, a relatively simple way to achieve
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:4924
    • 提供者:陈占田
  1. PSK

    0下载:
  2. 数据通信 声卡PSK 调制解调 声卡通信 数据发送 文件传输-Data the the communication sound card PSK modem sound card communication data sent File Transfer
  3. 所属分类:Modem program

    • 发布日期:2017-11-06
    • 文件大小:12494
    • 提供者:张非
  1. psk-source-encoding

    0下载:
  2. 本源码主要对发送数据进行2psk调制,然后加载波发送出去,经过信道,在接收端对接收到的数据进行解调-The main source of transmission data 2psk modulated then add carrier sent, via the channel, the data received at the receiving end demodulates
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:2556
    • 提供者:李民浩
  1. PSK

    0下载:
  2. 实现psk调制解调,vhdl代码,仿真文件也有-psk shixian tiaozhiyujietiao
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-07
    • 文件大小:42726
    • 提供者:曹华杰
  1. PSK

    0下载:
  2. 该程序实现了PSK的调制与解调功能,可以分析频谱图-The program achieved a PSK modulation and demodulation functions, spectrum can be analyzed
  3. 所属分类:Software Testing

    • 发布日期:2017-11-23
    • 文件大小:61912
    • 提供者:huangmin
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com